home *** CD-ROM | disk | FTP | other *** search
- Path: mycogen.terminus.com!usenet
- From: dyutzy@terminus.com (Stone)
- Newsgroups: comp.lang.rexx
- Subject: Re: REXX Arrays? Possible
- Date: 23 Mar 1996 22:40:54 GMT
- Organization: Second Foundation Internet, Lompoc, CA (805) 733-1849
- Distribution: inet
- Message-ID: <4j1ulm$boh@mycogen.terminus.com>
- References: <4inu2e$sv0@mycogen.terminus.com>
- NNTP-Posting-Host: pm-lo-16.terminus.com
- X-Newsreader: NeoLogic News for OS/2 [version: 4.1 UNREGISTERED 29 days remaining]
-
- In message <96080.102619CBARTLE1@estec.estec.esa.nl> -
- <CBARTLE1@estec.estec.esa.nl> writes:
- :>You should look at Compound Variables which are a bit like arrays and a
- :>bit different. eg:-
- :>
- :> /* */
- :> i=2
- :> j=3
- :> something.i.j = 'Hit it'
- :> say something.2.3
- :>
- :>Regards, Chris.
- Let me get this straight:
-
- Coudl I also modify your code to do this?
-
- i=2
- j=3
- something.i-1.j-1 = 'Hit it'
- say something.1.2
-
- This would work?
-
- I have the demo version of VX-REXX and not all of the features are enabled,
- so this may sound like a lame question? I'm trying to decide the best way to
- break into OS/2 programming. I'm tending towards C, which I've used in the
- past (non-visual, though).
-
- Does REXX muscle up to build some pretty powerful apps?
-
-
- David W. Yutzy
- Proud to be Warp'd
-
- BlueMoon: http://www.terminus.com/~dyutzy/BlueMoon.html
- NetClock: http://www.terminus.com/~dyutzy/netclock.html
-
-